projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9f4ad
)
win32: Fix meson names for defines
author
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:46:42 +0000
(07:46 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:46:42 +0000
(07:46 +0200)
Those have been wrong forever, but nobody cares because they get to the
values we want anyway.
.gitlab-ci/test-msys2.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/test-msys2.sh
b/.gitlab-ci/test-msys2.sh
index c3a7e67263ff73793546b41e342b495cb79bdf9a..05624265f4e1e8f85f2e0b23f67d89e2fd9c487e 100644
(file)
--- a/
.gitlab-ci/test-msys2.sh
+++ b/
.gitlab-ci/test-msys2.sh
@@
-42,9
+42,9
@@
ccache --zero-stats
ccache --show-stats
export CCACHE_DISABLE=true
meson \
- -D
enable-
x11-backend=false \
- -D
enable-
wayland-backend=false \
- -D
enable-
win32-backend=true \
+ -Dx11-backend=false \
+ -Dwayland-backend=false \
+ -Dwin32-backend=true \
-Dvulkan=no \
--werror \
_build